From 16689a1e8165b391d05c3665f575ee3b72539b21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 17 Mar 2018 08:20:03 +0100 Subject: [PATCH] widget: Fix a few typos in cursor documentation --- gtk/gtkwidget.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 7940460bb4..902894bec8 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -14287,12 +14287,12 @@ gtk_widget_set_cursor (GtkWidget *widget, /** * gtk_widget_set_cursor_from_name: * @widget: a #GtkWidget - * @name: (allow-none): The name of the cursor or %NULL to use the default + * @name: (nullable): The name of the cursor or %NULL to use the default * cursor * * Sets a named cursor to be shown when pointer devices point towards @widget. * - * This is a utility function that calls creates a cursor via + * This is a utility function that creates a cursor via * gdk_cursor_new_from_name() and then sets it on @widget with * gtk_widget_set_cursor(). See those 2 functions for details. * @@ -14326,7 +14326,7 @@ gtk_widget_set_cursor_from_name (GtkWidget *widget, * Queries the cursor set via gtk_widget_set_cursor(). See that function for * details. * - * Returns: (nullable) (transfer none): the cursor curently in use or %NULL + * Returns: (nullable) (transfer none): the cursor currently in use or %NULL * to use the default. **/ GdkCursor * -- 2.30.2